'Declaration Public Overloads Overrides Function GetImage( _
ByVal pageIndexThe zero-based page index in image/document source.As System.Int32, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As DecodingSettings, _
ByVal renderingSettingsRendering settings used for rendering the image of page. This parameter has effect only if IsVectorDecoder property is equal to True.As RenderingSettings, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
DecodingSettings decodingSettings,
RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
System.Int32 pageIndex,
DecodingSettings* decodingSettings,
RenderingSettings* renderingSettings,
System.EventHandler<ProgressEventArgs*>* progressDelegate
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
System.Int32 pageIndex,
DecodingSettings^ decodingSettings,
RenderingSettings^ renderingSettings,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
); override
Parameters
- pageIndex
- The zero-based page index in image/document source.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- renderingSettings
- Rendering settings used for rendering the image of page. This parameter has effect only if IsVectorDecoder property is equal to True.
- progressDelegate
- Progress delegate.
Return Value
Rendered image, which is associated with the specified page of image/document source, if decoder supports rendering; otherwise, image associated with the specified page of the image source.